home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00648.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  444 b   |  12 lines

  1. on mouseUp me
  2.   if (the member of sprite 36 = member("next_over")) or (the member of sprite 36 = member("next")) then
  3.     set the memberNum of sprite 31 to the memberNum of sprite 31 + 1
  4.     set the memberNum of sprite 32 to the memberNum of sprite 32 + 1
  5.   else
  6.     set the memberNum of sprite 31 to 621
  7.     set the memberNum of sprite 32 to 637
  8.     set the memberNum of sprite 35 to 631
  9.     set the memberNum of sprite 36 to 632
  10.   end if
  11. end
  12.